home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / BROWSERS / WWW131.ZIP / WWW131 / STIK / STIK_CFG / DEFAULT.CFG next >
Encoding:
Text File  |  1995-09-29  |  5.4 KB  |  168 lines

  1. # STiK config file
  2. #
  3. # VAR = VALUE           :standard format
  4. #
  5. #   Non existent vars are 0 (FALSE) by default.
  6. #   Variables without "= value" are set to ON
  7. #   Variables with " = " but no value are set to 0. (ie: = nothing)
  8. #
  9. #   TRUE  and ON  are acceptable substitutes for 1
  10. #   FALSE and OFF are acceptable substitutes for 0
  11. #
  12. #   Lines not beginning with an alphabetic character are ignored, but
  13. #   this whole file is kept in memory during the session!!
  14. #   So if you want to save (a little) memory, trim these comments!
  15. #
  16. #   Currently only 100 variables can be specified.  Extra VARs are ignored.
  17. #
  18. #   The variable names and boolean values are not case sensitive.
  19. #   Values may be case sensitive depending on usage.
  20. #
  21. #
  22. #   Memory to be reserved.  This is for ALL of TCP's internal memory
  23. #   requirements, except the space to store the config file.
  24. #   This includes all input queues, output queues, DNS cache, etc...
  25. #   It must be large enough to cope, plus a bit extra for luck :-)
  26. #   If unset, defaults to 50000 bytes.
  27. #
  28. ALLOCMEM = 60000
  29. #
  30. #
  31. #       Use the program `listport.tos' to list the serial ports
  32. #       available with your hardware configuration.  Use the
  33. #       port name exactly as it appears in the listport display,
  34. #       including correct capitilisation and spaces.
  35. #
  36. #       If SERIALPORT is not set, or has an invalid port name,
  37. #       the default is to use the first port listed by listport.tos
  38. #       So if that port is the one you want to use, you don't need
  39. #       to set this variable.
  40. #
  41. SERIALPORT  =   Modem 1
  42. #
  43. #
  44. #   CDVALID     Set this variable to FALSE if your modem doesn't assert
  45. #               Carrier Detect properly.
  46. CDVALID = TRUE
  47. #
  48. #
  49. #   The name of the dial script file to use.
  50. #   This entry must be just the pathname, and the file itself
  51. #   must be in the \stik_cfg directory on the boot disk.
  52. #   Default is dial.scr
  53. #
  54. DIALFILE = dial.scr
  55. #
  56. #
  57. #   CLIENT_IP   if your provider allocates you a different Ip Address
  58. #   whenever you log in, then don't bother with CLIENT_IP
  59. #   However, if you have an IP address all to yourself, then put
  60. #   it here, in dotted decimal.  If your dial script file gets
  61. #   your address at login time, it will override this value.
  62. #
  63. #CLIENT_IP = 4.3.2.1
  64. #
  65. #
  66. #   TCP paramaters.  Don't change without advice from a TCP freak :-)
  67. #   If left unset, they default to hardcoded (sensible) values.
  68. #   DFB_SIZE should *never* be less than 580.
  69. #
  70. TTL         =   64
  71. PING_TTL    =  255
  72. MTU         =  252
  73. MSS         =  212
  74. PKT_SIZE    =  256
  75. DFB_SIZE    =  580
  76. RCV_WND     = 2000
  77. #
  78. #
  79. #   Response to incoming TCP packets to unknown ports
  80. #   0 = default (3 = send ICMP)
  81. #   1 = ignore
  82. #   2 = send TCP RST
  83. #   3 = send ICMP `unknown port' response
  84. #
  85. #   3 is the `correct' response, but when connecting to an IRC server
  86. #   it attempts to contact your identd on port 113.  If it thinks you
  87. #   don't have identd, it will most probably reset your IRC session.
  88. #   Until I have written an identd, response 1 or 2 should fool at least
  89. #   some of the servers.
  90. #
  91. UP_RESPONSE =   2
  92. #
  93. #
  94. #   Your username and hostname.
  95. #
  96. #   HOSTNAME is the hostname of your computer for this session.
  97. #   If your address is dynamically allocated, HOSTNAME will be wrong.
  98. #   For now, just set it to your providers hostname (or whatever). 
  99. #   Try to make it reasonably accurate if possible.
  100. #
  101. #   USERNAME doesn't make much sense either until I have an identd
  102. #   working.  So it doesn't really matter what it is.  When I do have
  103. #   an identd, this will be your `valid' username for incoming queries.
  104. #   Currently, these values are only used when starting IRC sessions.
  105. #
  106. #   FULLNAME is pretty obvious, right?
  107. #
  108. USERNAME = steve
  109. HOSTNAME = netinfo.com.au
  110. FULLNAME = Steve Adam
  111. #
  112. #
  113. #   The NAMESERVER (ie: DNS or Domain Name Server) *must* be set,
  114. #   preferably to a nameserver that your provider recommends.
  115. #
  116. NAMESERVER  = 203.8.127.33
  117. #
  118. #
  119. #   IRC Stuff.
  120. #
  121. #   IRCNICK   Your prefered IRC nick.  It might be in use, of course...
  122. #             defaults to USERNAME if not set
  123. #
  124. IRCNICK = Steve
  125. #
  126. #
  127. #   IRC servers.  Currently, just one default server
  128. #   can be specified. You'll have to uncomment the one which is closest to
  129. #   you.
  130. #   If port number is not specified, it defaults to 6667
  131. #
  132. #   irc.rutgers.edu    -    Use this one if you're in the US.
  133. #IRCSERVER = irc.rutgers.com
  134. #IRCPORT   = 6667
  135. #
  136. #   irc.funet.fi    -    Use this one if you're in Scandinavia.
  137. #
  138. #   uni-linz.ac.at    -    Use this one if you're in Europe.
  139. #IRCSERVER = irc.uni-linz.ac.at
  140. #
  141. #   jello.qabc.uq.oz.au    -    Use this one if you're in Australia.
  142. #IRCSERVER = jello.qabc.uq.oz.au  
  143. #
  144. #   irc.eskimo.com    -    An alternative server in the US.
  145. #IRCSERVER = irc.eskimo.com
  146. #IRCPORT = 6664
  147. #
  148. #   irc-2.mit.edu    -    And another alternative US server.
  149. #IRCSERVER = irc-2.mit.edu
  150. #
  151. #   IRCPONGMSG      This is text for a /msg to be sent to the person
  152. #                   who pinged you.  If you want to save network
  153. #                   bandwidth, leave it commented out :-)
  154. #
  155. IRCPONGMSG = Yes, IRC is often slow and frustrating, isn't it?
  156. #
  157. #
  158. #   WWW Proxy for HTML
  159. #
  160. # Uncomment the following two lines if you need to use a proxy-server. If
  161. # you don't know what it is, or don't use HTML, then don't worry about it.
  162. # Don't forget to set them to a proxy server appropriate for you...
  163. #
  164. #HTTP_PROXY=proxy.netinfo.com.au
  165. #HTTP_PROXY_PORT=8080
  166. #
  167.  
  168.